home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MenuMaze.cpt / MenuMaze / MenuMaze.R < prev   
Encoding:
Text File  |  1987-06-07  |  2.1 KB  |  176 lines  |  [TEXT/MSWD]

  1. MenuMaze.RsRc
  2. ????????
  3.  
  4. * by David Oster and Matthew Grayson
  5. * (4) - preload
  6. * (32) - purgeable
  7. * (36) - purgeable + preload
  8. * the space before the "(" is required!
  9.  
  10. Type MENU
  11.   ,1 (4)
  12. \14\20\20
  13. About Menu Maze…
  14. (-
  15.  
  16.   ,2 (4)
  17. File\20\20
  18.   This!\1F/\1B
  19.   This!\13/\1B
  20.   This!\1F/\1B
  21.   This!\1F/\1B
  22.   This!\1F/\1B
  23.  
  24.   ,3 (4)
  25. Edit
  26.   Undo/Z
  27.   (-
  28.   Cut/X
  29.   Copy/C
  30.   Paste/V
  31.   Clear
  32.  
  33. *  linked to File(1)
  34.   ,19 (4)
  35. This
  36.   Program!\14/\1B
  37.   Example!\20/\1B
  38.   Conundrum!\20/\1B
  39.   Puppy!\20/\1B
  40.   Fraud!\20/\1B
  41.  
  42.    ,20 (4)
  43. Program
  44.   Accomplishes!\21/\1B
  45.   Affects!\21/\1B
  46.   Performs!\21/\1B
  47.   Does!\15/\1B
  48.   Modifies!\21/\1B
  49.  
  50.    ,21 (4)
  51. Does
  52.   Completely!\22/\1B
  53.   Absolutely!\16/\1B
  54.   Totally!\22/\1B
  55.   Wondrously!\22/\1B
  56.   Phenomenologically!\22/\1B
  57.  
  58.   ,22 (4)
  59. Absolutely
  60.    Zilch.
  61.    Nothing./Q
  62.    Everything.
  63.    Something Strange.
  64.    We're not Sure.
  65.  
  66. *  hex 19
  67.   ,31 (4)
  68. Ths
  69.   Program!\20/\1B
  70.   Example!\20/\1B
  71.   Conundrum!\20/\1B
  72.   Puppy!\20/\1B
  73.   Fraud!\20/\1B
  74.  
  75. * hex 20
  76.    ,32 (4)
  77. Prog
  78.   Accomplishes!\21/\1B
  79.   Affects!\21/\1B
  80.   Performs!\21/\1B
  81.   Does!\21/\1B
  82.   Modifies!\21/\1B
  83.  
  84. * hex 21
  85.    ,33 (4)
  86. Des
  87.   Completely!\22/\1B
  88.   Absolutely!\22/\1B
  89.   Totally!\22/\1B
  90.   Wondrously!\22/\1B
  91.   Phenomenologically!\22/\1B
  92.  
  93. * hex 22
  94.   ,34 (4)
  95. Absolute
  96.    Zilch.
  97.    Nothing.
  98.    Everything.
  99.    Something Strange.
  100.    We're not Sure.
  101.  
  102.  
  103. Type MBAR=GNRL
  104.   ,128 (36)
  105. .I
  106. 3 1 2 3
  107.  
  108. * Bad version
  109. Type ALRT
  110.   , 128 (32)
  111. 86 48 168 434
  112. 128
  113. 7777
  114.  
  115. Type DITL
  116.   , 128 (32)
  117.   2
  118.   Button
  119.   52 48 71 94
  120. OK
  121.   StaticText Disabled
  122.   2 43 39 381
  123. Sorry, you can’t run this on the 64k ROMs.
  124.  
  125. * Bad version
  126. Type ALRT
  127.   , 129 (32)
  128. 86 68 168 434
  129. 129
  130. 7777
  131.  
  132. Type DITL
  133.   , 129 (32)
  134.   2
  135.   Button
  136.   52 48 71 94
  137. OK
  138.   StaticText Disabled
  139.   2 63 39 381
  140. Sorry, you can’t run this with a “System” file older than System Version 4.1.
  141.  
  142. * you win
  143. Type ALRT
  144.   , 130 (32)
  145. 86 48 168 434
  146. 130
  147. 7777
  148.  
  149. Type DITL
  150.   , 130 (32)
  151.   2
  152.   Button
  153.   52 48 71 94
  154. Quit
  155.   StaticText Disabled
  156.   2 63 39 381
  157. Drat, You Escaped!!
  158.  
  159. * About Menu Maze
  160. Type ALRT
  161.   , 131 (32)
  162. 86 48 248 434
  163. 131
  164. 4444
  165.  
  166. Type DITL
  167.   , 131 (32)
  168.   2
  169.   Button
  170.   102 48 121 94
  171. OK
  172.   StaticText Disabled
  173.   2 13 98 381
  174. Menu Maze, by Matthew Grayson and David Oster\0DJune 6, 1987\0DFind your way out!
  175.  
  176.